findAllProperties

abstract fun findAllProperties(block: DesignBlock): List<String>

Get all available properties of a block.

Return

a list of the property names.

Parameters

block

the block whose properties should be queried.